home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 May / net 32 / NET32PC.iso / mac / NET32PC / netcd95.exe / netcd95.dxr / 00406_main.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  226 b   |  12 lines

  1. on startMovie
  2.   global echomouseP
  3.   set echomouseP to 0
  4. end
  5.  
  6. on echomousepos
  7.   global echomouseP
  8.   if echomouseP then
  9.     put "mouse line= " & the mouseLine & " Item= " & the mouseItem & " char= " & the mouseChar
  10.   end if
  11. end
  12.